Skip to content

Migrate deprecated APIs#2127

Closed
thatgato wants to merge 2 commits into
Epix-Incorporated:masterfrom
thatgato:migrate-deprecated-apis
Closed

Migrate deprecated APIs#2127
thatgato wants to merge 2 commits into
Epix-Incorporated:masterfrom
thatgato:migrate-deprecated-apis

Conversation

@thatgato
Copy link
Copy Markdown
Contributor

@thatgato thatgato commented May 9, 2026

Migrated spawn() and wait() to instead use task.spawn() and task.wait() respectively.

Some UI related .rbxmx models have been skipped, I didn't want to touch those, however I can migrate those aswell, if needed

thatgato added 2 commits May 9, 2026 13:59
Migrated spawn() usage to use task.spawn() instead, as spawn() is deprecated.

Migration was skipped on UI windows, namely:
Window.rbxmx
Hint.rbxmx
Notification.rbxmx
Output.rbxmx
Migrated the usage of wait() to task.wait(), since wait() has been deprecated.

UI model code has not been migrated (for example Aero/PlayerList.rbxmx BasicAdmin/Message.rbxmx, etc.)
@fxeP1
Copy link
Copy Markdown
Contributor

fxeP1 commented May 12, 2026

There's not really a point in 'migrating' them since the client & server already change spawn, wait & delay's APIs to their task.* equivalents inside the Server/Client ModuleScripts with the environment.

@thatgato thatgato closed this May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants